home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Max Hedroom < prev    next >
Encoding:
Text File  |  1999-12-31  |  1.4 KB  |  65 lines  |  [TEXT/ttxt]

  1. /*
  2. ---------------------------------------
  3.          "Max Headroom"
  4. Configured by:  Brad Block
  5. E-mail:  ebby@ssba.com
  6.  
  7. The name comes from the movie "Max Headroom"  If you saw the movie, you know why.
  8. ---------------------------------------
  9. */
  10.  
  11. /* 
  12. You may notice this config has a strange jitter now and then.... this is a bug in WhiteCap, not an effect of this config.  What's happening is due to camera position, points are ending up near or behind the camera, causing WhiteCap to get confused...  As a result, WhiteCap doesn't refresh parts of the screen, causing a smearing/jitter effect.  The solution to this problem is to make configs that don't draw behind the camera or change WhiteCap so it "clips" points beind the camera... the latter is somewhat costly, so i've left it up to the config not to draw behind the camera...
  13. -Andy
  14. */ 
  15.  
  16. Resn=10,
  17.  
  18. Durn="5",
  19.  
  20. CamX="200 * cos( t / 6 ) * cos((t/3+.4)/11)",
  21. CamY="10 * cos( t / 5 )",
  22. CamZ="20 * cos( t / 33 )",
  23.  
  24. CmLX="0",
  25. CmLY="0",
  26. CmLZ="0",
  27.  
  28. CUpX="cos(100)",
  29. CUpY="0",
  30. CUpZ="0",
  31.  
  32.  
  33. D0="5.14286 * s",            // 5.14286 == 6 / 1.16666
  34.  
  35. R="pos( 2 - d0 ) + pos( 2 - abs( d0 - 6 ))",
  36. G="2 - abs( d0 - 2 )",
  37. B="2 - abs( d0 - 4 )",
  38.  
  39.  
  40. LvlR=".92",LvlG=".92",LvlB=".92",
  41.  
  42. widt=490,heig=360,
  43.  
  44. ConL=0,
  45.  
  46. ConB=0,
  47.  
  48.  
  49. Fall=".5",
  50.  
  51. C0="40 * cos(dt)",
  52.  
  53. X="1500 * dt",
  54. Y="dt*(1000 * s - 500)",
  55. Z="c0 * mag( s )",
  56.  
  57.  
  58. Scal="800",
  59.  
  60. ScSz=1,
  61.  
  62. Pers="250",
  63.  
  64. Vers=30
  65.